home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 35
/
Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso
/
Aminet
/
dev
/
src
/
stefanb_src.lha
/
ScreenNotify
/
include
/
proto
/
screennotify.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-10-02
|
272 b
|
12 lines
#ifndef PROTO_SCREENNOTIFY_H
#define PROTO_SCREENNOTIFY_H
#include <exec/types.h>
extern struct Library *ScreenNotifyBase;
#ifdef __GNUC__
#include <inline/screennotify.h>
#else
#include <clib/screennotify_protos.h>
#include <pragmas/screennotify_pragmas.h>
#endif
#endif